home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Acao / DomonicDefence4.swf / scripts / DefineButton2_325 / BUTTONCONDACTION on(release).as next >
Encoding:
Text File  |  2005-09-27  |  355 b   |  13 lines

  1. on(release){
  2.    _root.windows += 1;
  3.    if(_root.windows > 10)
  4.    {
  5.       _root.windows = 1;
  6.    }
  7.    _root.cast1.wind.gotoAndStop(_root.windows);
  8.    _root.cast1.wind2.gotoAndStop(_root.windows);
  9.    _root.cast1.wind3.gotoAndStop(_root.windows);
  10.    _root.cast1.wind4.gotoAndStop(_root.windows);
  11.    _root.cast1.wind5.gotoAndStop(_root.windows);
  12. }
  13.